It seems limited by the length of the value of the variable, rather than the block. See if you can try to put the pairs in 2 variables instead
Posts made by sktsec
-
RE: LIMITATION or BUG ??? Block " Set "Current Market" for next blocks"posted in Questions & Answers
-
RE: CUSTOM INDICATOR AND NORMAL INDICATORSposted in Questions & Answers
It is likely that your custom indicator is repaint
-
RE: Create a variable from multiple buffersposted in Questions & Answers
@Alex81
For each RSI value, save it to a variable. Then get their average and save it to a new variable -
RE: 条件判断不起作用posted in Questions & Answers
@Golden-Wings
Try add "one per bar" on top of your logic. -
RE: How to create overbought logicposted in Questions & Answers
@jude-1
OB or OS is an entity/construct/concept which definition depends on the system that you use. In some situation, one may consider it as an OB/OS and the others consider it as a breakout. It results in opposite implications under the same condition due to the different interpretation using either OB/OS or breakout. -
RE: Spreadposted in Questions & Answers
Mt4 seems not ready to incorporate live spread in backtest. That is why some other tools/programs claim they are better backtesters with better data quality
-
RE: Any experienced freelancers available?posted in Questions & Answers
@ceeganlaub
Try to reach @roar. He can offer paid services and we all know he is one of the best in this forum -
RE: Auto Magic Number or Different Magic Number for each pairposted in Questions & Answers
@Champ
Maybe you indeed do not need to create different magic numbers for each pair.It may even confuse yourself when different pairs with the same strategy get different magic number
-
RE: play soundposted in Questions & Answers
@l-andorrà
There is a block to play sound, doesn't it work for you?According to MQL4 document:
The file must be located in terminal_directory\Sounds or its sub-directory. Only WAV files are played.Just create the directory "Sounds" and put the wave file there.
-
RE: backtest in mt4posted in Questions & Answers
Maybe not the same exactly. Moreover, there is the spread setting, try to set it to a fix value in different platforms.
-
RE: "Run Blocks" Blockposted in Questions & Answers
@MrDaisyBates
YES. According to my past experience -
RE: "Run Blocks" Blockposted in Questions & Answers
I think after running Blk 14, it will also run the blocks following it
-
RE: check symbol letterposted in Questions & Answers
int func()
if (StringFind(Symbol())="USD")
return(1)
else return(2) -
RE: QUASIMODO FOREX STRATEGYposted in General Discussions
@Alex81
I don't even believe it is a valid strategy. -
RE: 哪位大神分享一下变量的具体用法posted in Questions & Answers
Too broad a problem, what is your focus and concern?
-
RE: Transformation of profit/loss into price levelposted in Questions & Answers
Idea:
x = Money/lot size
a = Money per tick
b = tick sizeamount = b(x/a)
-
RE: High quality dataposted in Questions & Answers
@narsha
MT4 itself has historical data. Why do you download the data somewhere else? -
RE: Searching for blocks with their numbersposted in Questions & Answers
Just use search:
- Press and hold the ctrl key then press the f key
-
RE: URGENT Fxdreema too slow.posted in Bug Reports
@OntradingX
Maybe you can add google DNS in your windows network config to assure reliable connection: 8.8.8.8
