I tried the "Chech trade count <2 ", but this counts the trade for the current pair .But I wanna count the pairs not the trades that i write in the "Set Current market for the next block" .I mean If i write 4 pairs i want firstly open trades for 2 pairs then if any of that closed open trades foor another 1 ..
Posts made by adentist
-
RE: how to limit max number of pairsposted in Tutorials by Users
-
how to limit max number of pairsposted in Tutorials by Users
Hi
I am using the block "Set Current market for the next block" ..I have EURUSD,EURGBP,GBPAUD (3) on the block.But I want to limit 2 pairs at the same time for trading, after 1 of the 2 closes robot can open 1.How can I do that .
thx all -
RE: Every n'tick blockposted in Questions & Answers
or for example ..I have condition of ma5 x> ma 20 (cross)..If I have "every nbar" block at the top of blocks with a count of 5 ..Then opening a trade will be so hard because if it crosses at the 3rd bar and the execution because of the "every nbars at count of 5 "..Sorry for my English..Thx all of you..
-
RE: Every n'tick blockposted in Questions & Answers
then if i want to check my conditions in 1hr chart .Every bar (closed value)continuosly..I must use 1 for the every n bar count field..block do i ?Is this correct??
-
RE: Every n'tick blockposted in Questions & Answers
thank you all..Then what about the every n bars..Default value here is 5 ..Does it passes once every 5th bar count ? For example in 1 Hour chart ..Does it pass once in 5 hours for controlling the conditions???Because every bar forms in 1 hour ???
-
Every n'tick blockposted in Questions & Answers
Hi;
What is the count field in every ntick or every nbars block.I couldnt understand the logic of count field here..For example at the top my ea have "every n'tick" block with a count of "100" ..then below this my condition blocks and at the bottom buy now block..What is the logic here works for COUNTING nticks ..
thx..