No, you will need a VPS to do that
Posts made by jstap
-
RE: WHERE IS THE PROBLEM HERE?posted in Questions & Answers
In constants add this as type:
ENUM_TIMEFRAMESname it anything
add this as a value:
PERIOD_CURRENT -
RE: PRIMER CIERRE RENTABLE.posted in Questions & Answers
You need to explain more, I cant get exactly what you need from that.
-
RE: Is Above vs Cross Aboveposted in Questions & Answers
There appears to be nothing wrong with that, now test and see if it's doing as you want.
-
RE: WHERE IS THE PROBLEM HERE?posted in Questions & Answers
There is nothing wrong with that, strip back and work out which particular attribute is causing the trouble, on mt5 int numbers won't work for a TF.
-
RE: Question for High Volatility Traders: How do you manage slippage during Major News Events?posted in Questions & Answers
This is the right forum, I do not know of a way to avoid slippage, unfortunately scalping type strategies even if programmatically trading will have slippage, the best way to avoid this is to manually close.
-
RE: Is Above vs Cross Aboveposted in Questions & Answers
project screen - projects - create a shared link - open in web page - copy address bar and paste here
-
RE: Pivot Variable Helpposted in Questions & Answers
Move the once per bar just above the modify block
-
RE: Buy 10 pipesposted in Questions & Answers
You will need to record the current price then if the price is 10pips above/below place a trade
-
RE: Recourse to the trailing stop functionposted in Questions & Answers
in constants create a bool type, then use this in a condition block above trail (or whatever)
-
RE: Is Above vs Cross Aboveposted in Questions & Answers
Yes, in a commend block select value and bool
-
RE: Buy 10 pipesposted in Questions & Answers
From where? Need more information on what you are trying to do
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
For percent you can add a line of code like what's in here: https://fxdreema.com/shared/KFmMNkqib
-
RE: Is Above vs Cross Aboveposted in Questions & Answers
There is no difference, except you can view bool in a comment.
-
RE: Periodical tradingposted in Questions & Answers
This is how to reset a variable to 0 every time count == 60
