@l-andorrà yes sir. i want someone to assist me in making this bot for me
Posts made by creatingrobot
-
RE: who can assist me to program thisposted in Tutorials by Users
-
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
-
RE: i need help to program this strategyposted in Questions & Answers
@l-andorrà they are fixed throughout. please assist me
-
RE: i need help to program this strategyposted in Questions & Answers
@l-andorrà yes pls i have. this is it https://fxdreema.com/shared/HpPMrAOfe
-
how to program thisposted in Tutorials by Users
pls i want to program a RSI strategy that will open a sell trade when RSI value is 68 on Crash indexes market starting with 0.2 lot size and double it if it hit stop loss up to 10times and do not reset until it hit take profit and also buy on Boom Index market when RSI value is 32 starting with 0.2. Note that each pair should work collectively in the sense that if a trade hit stop loss on Crash 1000 index market with 0.2 lot size and want to open another trade on Boom500 index market, it should check the history of the trades and open with 0.4 lot size. each pair should work collectively not individually
-
RE: i need help to program this strategyposted in Questions & Answers
@l-andorrà yes i have tested it manually and it worked out so pls assist me pls
-
RE: i need help to program this strategyposted in Questions & Answers
yes i have tested it manually and it worked out so pls assist me pls
-
i need help to program this strategyposted in Questions & Answers
pls i want to program a RSI strategy that will open a sell trade when RSI value is 68 on Crash indexes market starting with 0.2 lot size and double it if it hit stop loss up to 10times and do not reset until it hit take profit and also buy on Boom Index market when RSI value is 32 starting with 0.2. Note that each pair should work collectively in the sense that if a trade hit stop loss on Crash 1000 index market with 0.2 lot size and want to open another trade on Boom500 index market, it should check the history of the trades and open with 0.4 lot size. each pair should work collectively not individually
-
RE: please i want to know how to stop the robot from placing trade after making $20 profit dailyposted in Questions & Answers
Also i noticed that it works for one pair. if i add multiple pair, it is not closing @ 20$ dollars profit. currently at $47 dollars profit and still placing trades
-
RE: please i want to know how to stop the robot from placing trade after making $20 profit dailyposted in Questions & Answers
Thanks for this. probably you could use picture to explain. Thanks for your response
-
RE: please i want to know how to stop the robot from placing trade after making $20 profit dailyposted in Questions & Answers
please it is still taking trades after making $20 dollars profit. pls assist me on that because i want it to stop taking trades immediately it hit $20 dollars profit and close all open orders