01-31-2018, 07:15 PM
Noobee:
Hi thanks. This code looks very clean.
I can learn alot on how to use the candle data.
I am trying to create a universal Stoploss addition that uses the last averaged Buyprice (per unit), found in the portofolioManager.
this new Var could be used in every Strategie.
/plugins/trader/portofolioManager 332
price = ........ //averaging
LastTradePrice = price
LastTradeState = //Buy/Sell Flag
Just need to learn about the coding first.
Hi thanks. This code looks very clean.
I can learn alot on how to use the candle data.
I am trying to create a universal Stoploss addition that uses the last averaged Buyprice (per unit), found in the portofolioManager.
this new Var could be used in every Strategie.
/plugins/trader/portofolioManager 332
price = ........ //averaging
LastTradePrice = price
LastTradeState = //Buy/Sell Flag
Just need to learn about the coding first.