@fxdreema in this configuration there will be no more trades. The left connection is for no open trades. The right thing to do has to copy the structure to the right connection. Am I right?
H
Posts made by HeadCom
-
RE: Multiple trades are created one after another?posted in Questions & Answers
-
Manually Debug??posted in Questions & Answers
Hello everyone!
Is it possible to do manually trace on debug? Step into code and see the values for the different strings and integers and see how it correspond to trading data? -
function not definedposted in General Discussions
'TesterHideIndicators' - function not defined 287 2
The code is: //-- draw indicators after test
TesterHideIndicators(!ENABLE_TEST_INDICATORS);How do I define this function so it will work??