please i want to know how to stop the robot from placing trade after making $20 profit daily. for example, "if the robot make $20 today, it should not execute any trade again for the day until the next day" i will appreciate your guide. Thanks
Best posts made by creatingrobot
-
please i want to know how to stop the robot from placing trade after making $20 profit dailyposted in Questions & Answers
-
please i want to know how to stop the robot from placing trade after making $20 profit daily.posted in Tutorials by Users
please i want to know how to stop the robot from placing trade after making $20 profit daily. for example, "if the robot make $20 today, it should not execute any trade again for the day until the next day" i will appreciate your guide. Thanks
Latest posts made by creatingrobot
-
RE: who can assist me to program thisposted in Tutorials by Users
@l-andorrà yes sir. i want someone to assist me in making this bot for me
-
who can assist me to program thisposted in Questions & Answers
Technical Indicators Used
- VWAP (Volume-Weighted Average Price) - For institutional entry points.
- EMA 50 & EMA 200 - To define bullish/bearish trend bias.
- Smart Money Zones (SMZ) - Custom algorithm to detect liquidity pools and order blocks.
- Volume Spike Detector (VSD) - Confirms strong entries.
- Relative Strength Index (RSI 14) - For overbought/oversold confirmation.
■■ Entry Conditions
■ Buy Signal:
- Price is above EMA 50 and EMA 200 (bullish trend).
- Price touches or enters a Smart Money Zone (demand zone).
- VWAP is below the current price (support confirmation).
- Volume Spike detected at the zone.
- RSI < 60 but above 30 (momentum building).
■ Confirmed → Send 'BUY' signal.
■ Sell Signal: - Price is below EMA 50 and EMA 200 (bearish trend).
- Price touches or enters a Smart Money Zone (supply zone).
- VWAP is above the current price (resistance confirmation).
- Volume Spike detected at the zone.
- RSI > 40 but below 70 (momentum reversal).
■ Confirmed → Send 'SELL' signal.
■ Timeframes Supported
Default: M5 and M15 for intraday precision.
Optional: H1 for swing trade signals.
-
who can assist me to program thisposted in Tutorials by Users
Technical Indicators Used
- VWAP (Volume-Weighted Average Price) - For institutional entry points.
- EMA 50 & EMA 200 - To define bullish/bearish trend bias.
- Smart Money Zones (SMZ) - Custom algorithm to detect liquidity pools and order blocks.
- Volume Spike Detector (VSD) - Confirms strong entries.
- Relative Strength Index (RSI 14) - For overbought/oversold confirmation.
■■ Entry Conditions
■ Buy Signal:
- Price is above EMA 50 and EMA 200 (bullish trend).
- Price touches or enters a Smart Money Zone (demand zone).
- VWAP is below the current price (support confirmation).
- Volume Spike detected at the zone.
- RSI < 60 but above 30 (momentum building).
■ Confirmed → Send 'BUY' signal.
■ Sell Signal: - Price is below EMA 50 and EMA 200 (bearish trend).
- Price touches or enters a Smart Money Zone (supply zone).
- VWAP is above the current price (resistance confirmation).
- Volume Spike detected at the zone.
- RSI > 40 but below 70 (momentum reversal).
■ Confirmed → Send 'SELL' signal.
■ Timeframes Supported
Default: M5 and M15 for intraday precision.
Optional: H1 for swing trade signals.
-
RE: i need help to program this strategyposted in Questions & Answers
@Olahmide your contribution will be appreciated
-
RE: i need help to program this strategyposted in Questions & Answers
@creatingrobot said in i need help to program this strategy:
@l-andorrà yes pls i have. this is it https://fxdreema.com/shared/HpPMrAOfe
this is the basic condition to sell and buy. i just need to add the functionality of what i just told you sir
-
RE: how to use micro lot sizeposted in Tutorials by Users
@l-andorrà thank you so much. pls i want it in martingale style sir. i want it in a way that it will keep doubling the lot size. kindly assist me pls
-
RE: how to use micro lot sizeposted in Tutorials by Users
@l-andorrà do not worry about that. i used a zero level spread account. i need this function in a martingale style. kindly help me
-
RE: i need help to program this strategyposted in Questions & Answers
@l-andorrà i do not understand what you meant by me adding Boom and crash indicator. i just need the logic for the function i stated. i already understand the condition for sell and buy on Boom and crash
-
how to use micro lot sizeposted in Questions & Answers
pls i need the function of the EA to open 0.21 lot size and immediately close 0.2 lot size leaving 0.01 lot size running. reason being that the minimum lot size for synthetic indexes is 0.2 lot size but there is a way to manually use 0.01 lot size. i want to use it for martingale principle by doubling the lot size process. let mw give example of the lot size doubling sequence. open 0.21 and close 0.2 leaving 0.01 running, if hit hit stop loss, the next trade should be 0.22 lot size and immediately close 0.2 leaving 0.02 and so on until it hit take profit then reset back to 0.01 lot size. PLS ASSIST ME TO ACHIEVE IT
-
how to use micro lot sizeposted in Tutorials by Users
pls i need the function of the EA to open 0.21 lot size and immediately close 0.2 lot size leaving 0.01 lot size running. reason being that the minimum lot size for synthetic indexes is 0.2 lot size but there is a way to manually use 0.01 lot size. i want to use it for martingale principle by doubling the lot size process. let mw give example of the lot size doubling sequence. open 0.21 and close 0.2 leaving 0.01 running, if hit hit stop loss, the next trade should be 0.22 lot size and immediately close 0.2 leaving 0.02 and so on until it hit take profit then reset back to 0.01 lot size. PLS ASSIST ME TO ACHIEVE IT