Pink blocks, for each trade - pips away - sell - open new pending
Posts made by jstap
-
RE: open new buy stop at old open buy tradeposted in Questions & Answers
-
RE: Show equity high/low on chartposted in Questions & Answers
This should do it, you will have to leave the EA you add it to running on the chart to record the values: https://fxdreema.com/shared/x7P55s9ed
-
RE: DIFERENCE BETWEEN SIMILAR BLOCKSposted in Questions & Answers
Yes, for each position starts a loop to get all relevent information, if position checks if a trade is running.
-
RE: Show equity high/low on chartposted in Questions & Answers
Do you mean the highesd and lowest price your account equity has reached?
-
RE: Help with my Project Logic: EA doesn't activate any trades on mt5 backtestposted in Questions & Answers
Pink blocks should be in a separate tree, in another tree put if trade - breakeven, put a no trade above your buy block to prevent multiple pointless trades
-
RE: What Variable do I need to add for the script to trigger this chain only on specific currency pairs?posted in Questions & Answers
Scripts only work if activated, you probably want to create an EA
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
Have you checked the time?
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
Looks like it, but as sktsec has said check the correct time is returning, backtest will always be server time
Put this in a comment as text code input and check the returned time is the same as your computer and the FX time:
TimeToString(TimeLocal(),TIME_DATE|TIME_MINUTES)
-
RE: MT5 Timeframesposted in Tutorials by Users
@stonegoldtz This is not the topic for that, create a question and place it it the questions forum.
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
What is or isn't happening with this EA?
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
If you know your broker times, time filter to stop opening trades at wrong time - market properties high/low in the required time
-
RE: hello guys myEA is not opening positions please help check itposted in General Discussions
Add the shared link not the mq file
-
RE: How can i create a martingale EA that double lost position by 2, it a fix SL and TPposted in Questions & Answers
https://fxdreema.com/shared/JgpnXLmLd This is for buys, check the tab it's on
-
RE: How can i create a martingale EA that double lost position by 2, it a fix SL and TPposted in Questions & Answers
on trade tab - trade closed - pink for each closed trade - buy/sell block with loop in the LOT section for last trade LOT adjusted *2
-
RE: Change color of comment blockposted in Questions & Answers
You can try a condition to draw a new block, probably need to use orange blocks to draw though
-
RE: Using MT5 order comment to track an order in FXdreemaposted in Questions & Answers
project page - project tab - create a shared link - open in web page - copy address bar - past here
-
RE: Using MT5 order comment to track an order in FXdreemaposted in Questions & Answers
Add a shared link to see what you have done, in group select all manually opened and EA
