There is no reason why that won't open trades
Best posts made by jstap
-
RE: EAs do not open operations in MTposted in Questions & Answers
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
Separate your trees so the hours filter starts the tree:

-
RE: Help me with this indicator's buffersposted in Questions & Answers
Pass the shared link on so I can see how it's set up
-
RE: booleanposted in Questions & Answers
I am not sure what you exactly mean but, create in your constants window and use a condition constant value == true/false
-
RE: Draw line at certain timeposted in Questions & Answers
You will need to draw every day, which will build up to many, create every bar but don't redraw, draw it as a trend line so it only covers the current day
-
RE: Is there a way to activate block when drawdown hit 10%posted in Questions & Answers
Put: AccountBalance() * 0.1 into the profit amount box
-
RE: Are variables sticky upon Terminal restart?posted in Questions & Answers
They will reset. The only option you have to stop this is to save and load the variable as a global (terminal) variable.
This link will give you an idea of how to achieve this: https://fxdreema.com/shared/rotTPFn8b Every time the value changes you will need to update, then read this to use
-
RE: Are variables sticky upon Terminal restart?posted in Questions & Answers
As my link, save as global then any type of crash won't affect the saved value. Global variables are saved on your computer so to lose you would have a hard drive/computer problem
-
RE: Identify the highest price and the lower priceposted in Questions & Answers
Market property's highest and lowest find by times that are relevant
-
RE: free margin checkposted in Questions & Answers
Your free margin will never be greater than margin
-
RE: How to create new stoploss and take profitposted in Questions & Answers
Whatever you set when placing trade will be used, unless your broker has a minimum distance from open
-
RE: Loops different than newest and oldestposted in Questions & Answers
This should do it, you will need trades running first though: https://fxdreema.com/shared/1vcJj0MId
-
RE: Loops different than newest and oldestposted in Questions & Answers
That should put the biggest and smallest into the corresponding variable
-
RE: How to create new stoploss and take profitposted in Questions & Answers
I have told you everything I know, I have never seen anyone place a SL at break even on a pending, maybe if you have a true 0 spread account, but I do not think they exist
-
RE: Hello all, a quick questionposted in Questions & Answers
If this is always trade 1 2 3 then you can get this price from pink blocks
-
RE: Button that makes SL move closer to priceposted in Questions & Answers
create button on init - on tick button pressed (condition block, button state == 1) - select trade with a pink for each trade block - move stops with a pink modify stopes block - re-draw button
-
RE: Correcting stop because of slippage and Modify line in the experts tab and Journalposted in Questions & Answers
FX bots don't automatically change stops because of slippage, add a shared link to see why.
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
Equity is starting balance (equity) + running profit