Posts made by Lorenzo97
-
No Position or once per bar problemposted in Questions & Answers
Hi Everyone, I'm trying my EA not to open any position when there is already an position running or open a new trade when there is an open trade, I used "once per bar" and also "no position" but the EA keeps on opening a trade immediately after hitting TP or SL on the same bar ..check the screenshot

-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@yerlin Thanks for the help buddy I haven't checked yet buddy I'll let you know because my subscription has expired on fxdreema.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@yerlin sure thanks buddy
- Once a day
- From 07:00 to 12:00 check for highest Price and Lowest Price in that time range
- Place Buy stop at that highest price and sell Stop at that lowest price if the market is still trading between that highest price and lowest price.
- if buy stop is trigger delete the sell stop order.
- if the buy trade is still running on the next day the EA should still open new trades when there is new highest price and lowest price between 07:00 12:00 on the new day.
It's a simple EA but I'm struggling with the highest and lowest price based on time period.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
Can someone just help me with this or where or how to start, this is what I want:
Once per day the EA should:- Check for the High and Low between 07:00 - 12:00 time period.
- Place Buy Stop at the High and Sell Stop at the Low only if the market is still trading between those High and Low.
- When a order is trigger it will delete the opposite pending order.
- On the next day if there is still a trade running the robot should still open new trades if the conditions are met.
- Also sometimes I want the EA to place multiple pending orders buy/sell stops on the same price but that I will have to choose from the parameters how many trades to place.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@jstap hi thanks for the reply buddy still not working, still placing order from 00:00 looks like it's not following the conditions
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@karthiiy I tried this way too still not working buddy
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@l-andorrà ,@roar , @jstap any help please.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Uriel-0
Thanks Buddy I did everything you said and it's still place orders everywhere from the start of the day -
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Lorenzo97 When I use Once per day it doesn't place any orders and when I remove it,it place orders from the start of the day on every candle
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
this is another way of using the pending orders but still not getting what I want. -
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@karthiiy buddy I really appreciate your help I first want to figure out how to make the buy stop and sell stops work in the high and low. Yes It will use SL and TP with trailing stop also when there is a trade running on the next day it should still open new trades on the next day if the conditions are met.
I will share what I got so far on the project I will share the link now. -
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
Can anyone help with my strategy I will pay you.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@karthiiy I used pending orders before without initial order on my other EA and it works fine.
On this EA I want Buy stop At the high and Sell Stop at the low of the rage between 07:00 - 12:00 time period. e.g when the market goes up and pas the high it will trigger the buy stop and should delete the sell pending order.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@l-andorrà hi buddy but that one is not about pending orders I want EA to place pending orders at the highest and lowest price in that time range can you help.
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@karthiiy I want to use pending orders
-
Highest and lowest Price Between Time Periodposted in Questions & Answers
Hi, I want to use a time range for the highest and lowest price in that time range e.g. I want the highest and lowest price between 07:00 to 12:00. I used the condition block with market properties and highest price(time period) but what do I put on the right operand.
- I want to use pending stops at the highest and lowest price.
-
RE: Highs and Lowsposted in Questions & Answers
Hi, buddy Sorry I just wanted to know what did you put right operand of your condition block