PINKS are not corresponding
-
Hi, please i need help on my project, i have been trying to correct the multiple orders which i can not. for each position, pips away from the open price, all the pink are not corresponding. what should i do. and thanks for your help
HERE is the project
https://fxdreema.com/shared/OyJsLETad -
@bodlony Sees to be ok, maybe remove the every n trade from the for every position block.
-
@jstap I appreciate your response, but still giving multiple orders for more than 200 orders in less than 5 minutes. Please is there any blocks to be use for orders to go according. First buy, then after -10 pips away from the first buy. Place another and so on. Not immediately places multiple orders. Thank you!
-
@bodlony I am unsure why, looks to me like it will place a trade, then 1n 10 pips place another, then keep doing this. are you running this on other than forex?
-
@bodlony your pips away mode is not "check if more negative than -10", but instead "check if bigger than -10" which always passes.
Use "Double sided model" and then also add another pink block under it: profit < 0
-
@roar i appreciate your directive, but still not clear with add another pink block: profit<0? please can you tell me or show the another pink block or the full name. thanks
-
@bodlony I meant the block "Check profit"