So you prtobibly need a string variable that is filled before sending, but I need more information from you so I know what you want
Posts made by jstap
-
RE: http request i need headerposted in Questions & Answers
-
RE: http request i need headerposted in Questions & Answers
Very good but where is your information on what you are trying to do?
-
RE: Server time to Unix and compareposted in Questions & Answers
TimeToString(1570951168,TIME_DATE|TIME_MINUTES) ...will give you that value as a string
-
RE: "expression not boolean" warning from using orange condition blockposted in Questions & Answers
No, I use true & false but this does == 0 & 1
-
RE: گروه روبومستر سلیمانی خواهposted in Questions & Answers
@saeedi67ab Generate a new question, don't hijack others. And give more information about how and what you have collected
-
RE: It is my first time purchasing a subscriptionposted in Questions & Answers
Contact them but, if crypto it will take considerably longer to activate
-
RE: "expression not boolean" warning from using orange condition blockposted in Questions & Answers
Maybe your code, I use this regularly, and it works for me, try this: (_1StoOverBought==1 && _1RSI_OverBought==0)
providing you have bool variables created with those names -
RE: Hello friends, how can I make my EA have a license that allows the EA to only work on a default broker and thus cannot work on any other broker?posted in Questions & Answers
@lazyfxceo That code will not work in FX without modification, and it is all in FX meaning minimal code is be needed
-
RE: Need help as a newbieposted in Questions & Answers
Change what I've said, then report back if somethings not working, and I'll say what needs changing
-
RE: Need help as a newbieposted in Questions & Answers
Ok but does this trade open on your MT5? If so select All in all blocks
-
RE: Hello friends, how can I make my EA have a license that allows the EA to only work on a default broker and thus cannot work on any other broker?posted in Questions & Answers
in account you can get the broker name, and check if this matches what you specify, otherwise terminate
-
RE: indicatorposted in Questions & Answers
This will in backtest, add the delay block 1000=1 second you can use this or another tactic to make the EA wait
-
RE: indicatorposted in Questions & Answers
on your platform live or backtest, right click, change settings to preferred, add all required indicators, right click and save template
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
You shouldn't need 13 because it's in the main tree
-
RE: Improve bot velocityposted in Questions & Answers
Generally, I find that to have things work quicker (as in when a tick arrives, and this is when volatility/liquidity comes into it, as a tick is a price change) have the first block in the relevant tree the lowest number and don't allow blocks that consume system recourses to activate until the relevant command has acted. When completing an EA on FX check the flow of blocks is non-restrictive. And on timer (& possibly on chart) works regardless of ticks just at the set time, but not for backtest
-
RE: hi. Why doesn't it draw lines? I would be happy if you could help me urgently.posted in Questions & Answers
I an not sure if this will get the relevent value to multiply from, use the same principles and put the values into a comment, then you can visibly check what's happening

