Latest posts made by Hatibu
-
RE: CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
this was the alternative am working right now but i decide to start with it from the small picture before adding condition block, To see if it will avoid those pips that i don't want to. from this first i wanted the bot to draw the horizontal line at open price of the last closed trade and it does, after that i wanted the bot to check the distance (in pips that i will avoid it to trade) from the horizontal line that it drew as lower level to market properties as higher level, far away from this distance it should take trades everywhere after testing it didn't work againunnamed.mq4
-
RE: CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
It will take time to put those block again, if i will, i will post it here so you can help me out. from the picture above the flag was set to be (False) in order to avoid those pips from last closed trade, it has to be false for condition to run that was my aim.
-
RE: CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
yeah i was targeting the open price of the previously closed trade but i didn't know that the flag had to be read and reset.
-
RE: CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
hahahh the problem is after trying again and again i rearrange the whole plan i thought i was working in something impossible that was the picture i had before destroying it trying to come with alternative plan.
-
RE: CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
thanks for replying but i want within these (-15 pips) bot to avoid buy when condition met, but these -15 pips start to be counted from the open price of last closed buy trade, else bot can take trades anywhere when condition met except within those -15 pips
i have tried to do this way FOR EACH CLOSED TRADE >>> PIPS AWAY FROM THE OPEN PRICE>>>> IF ITS FALSE then the block of condition will run . but it didn't work.
-
CONDITION DONT OPERATE AT CERTAIN PIPSposted in Questions & Answers
i want my bot to not take trades at -15 pips only, for buy trades, from the open price of the last buy closed trade, are there any blocks that will be suitable to achieve this.
-
STOP LOSSESposted in Questions & Answers
How to close all trades after total /sum of losses reached certain amount
image url)