Brian Cusack
Brian Cusack
If your not using the "AOT" compiler in dev just go into the main.ts and comment out the last three lines `//import {platformBrowser} from '@angular/platform-browser'; //import {MaterialAppModuleNgFactory} from './aot/app/app.module.ngfactory'; //platformBrowser().bootstrapModuleFactory(MaterialAppModuleNgFactory);`...
Make sure node is up to date. Update dependencies in package.json. npm install typings, then npm install
`return self._post('conditional_orders', {'market': market, 'side': side, 'triggerPrice': trigger_price, 'size': size, 'reduceOnly': reduce_only, 'type': type, 'cancelLimitOnTrigger': cancel, 'orderPrice': limit_price,'trailValue':trail_value})` Just added 'trailValue':trail_value to the end of the post
Hi @mhgutier Not sure if you solved this but, The ha method will fill the HA_open cell 0 of the dataframe with 'open_.iloc[0] + close.iloc[0]' and than does the calc...