No one would known your problem as what you have done is unknown
Posts made by sktsec
-
RE: WHY EA IS NOT FOLLOWING CONDITION GIVENposted in Questions & Answers
-
RE: conversion issuesposted in Bug Reports
I am afraid the problem is that you are not using the tool provided by this website !
You just copied the content of the mq4 file into a mq5 file, right?
I converted your mq4 file to mq5 which was then compiled without any error!
-
RE: volumeposted in Tutorials by Users
@ehsan1362
Nobody would know the problem if the indicator is an unknown -
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
It is easy if just 1. Being more than 1, you need to keep tracking how many trade SL have been modified, that is not trival.
-
RE: Adaptive moving strategyposted in Questions & Answers
Check your condition block. It is the same on both left and right side
You also need an once per bar block
-
RE: How to copy a tradeposted in Questions & Answers
If you copied a trade within the same terminal, you just duplicated the trade. If you like to copy trades to other terminals, there are EAs doing this and you can google keywords like "MT4 copier"
-
RE: How to change indicator color like MA and Zigzag?posted in Questions & Answers
@zzzjjack
Better do it by modifying the indicator itself -
RE: compare And update Variableposted in Questions & Answers
@Elham
There are already blocks to check profit, and no need to reinventing the wheel -
RE: open only buys or sell tradesposted in Questions & Answers
@Marked-up
Disable the buy / sell block with condition block -
RE: Trailing stopposted in Questions & Answers
Trailing stop is good only if your algo can catch a long trend without significant retracement.
-
RE: Area sequence editposted in Questions & Answers
Connect 38, 39 yellow output to 81 input. That all you need
-
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
So, what is the meaning of trailng stop occured?
You mean trailing stop started modifying stop loss? Or a trade was closed by the stop loss?
-
RE: arrow indicatorposted in Questions & Answers
@sajadeidian
Depending on your indicator and timeframe.Some arrows are buffer and some are objects
Say, timeframe is M5, you can loop 12 bars for the arrow
-
RE: Daily High Low Indicatorposted in Questions & Answers
How do you know today's high and low before the end of today?
-
RE: Mt4 obsolete?posted in General Discussions
@Edtoloza
If you are not sticking to some MT4 indicators, use MT5 instead. -
RE: Supply and demand indicatorsposted in Questions & Answers
@samanehabibi
That is the problem of your indicator. Many indicators would not work in EA
