Hello everyone ,
as I am not a developer but what i am going to explain below I already did it easily in excel , here I am looking for to have 2 functions, where I can pass values and get back results , the result will be tested as comment &/or export as file (txt) in log directory
so let me explain the functions:
369 , tesla regular expression functions:
this function should be able to process :
1- Date+Time”Period_Frame”
2- Price only
example 1: Date time:
2021-05-02 6 AM =
2+0=(2) 2+1=(3) 2+3 = so the year equals (5 )
Month 0+5 =(5)
-------->Now we sum the year and the month (10) they are 2 digits , must be broken so 1+0 = 1
continue
Day 0+2 = (2)
Hour 0+6= (6)
now sum all 5+2= 7 + (6) = 9 . this date is required to be known date
, another example:
but let me take it from right to left , 0+6 =6 & 6(hour) = 6(day) =12 again we break the result , 1+2 =(3) , now we have a single digit , we continue , 1+1 =(2)+ previous (3) =5 , 0+2=2 + previous 5=7 & 0+2 =2 +previous 7 = 9 ,, this is a chosen date to be reported.
the same should happen for price:
the most important is to be able to call the function pass the values for it get the result in an easy way , if you have restriction against the 256 characters comment number i have a work around i found it my self to drop as many as text character (comment) on the chart , so no robot here more than a function logic.
for the increment in case of the date is 1 day , datetime (date plus hours) based on the time frame if it is 1 hour then it will continue as much as the range the specified.
the 2 nd function is Circle , will be applied this time on 3 different (separate) inputs types (Price / Time / Date) , it should be a 2 way function:
the 1 st way it should work :
in excel I pass the price , i specify the increment for angel to control the radian increment which will affect my price level ,
the 2 nd way it should work:
i pass the start and end of the price (or time or date) it should calculate for me the increment value after dividing on my 25 levels
Please note that time/date always increase , but Price has 2 directions , up and down
the result should be printed as comment AND exported as txt/csv into the log directory
1- the functions should be easy explained
2- I should be able to clone it in same ea , so please explain to me what I need to change to make it happen.
3- if you can make one input to control the values (variables) change on the chart, I will continue to do it for the rest of other variable inputs.
4- I should be able to use the output time& date without any problems in my formulas , i.e. I am using iTime to get the current hours or date , but i have a problem when I am using it in the code if (iTime(Symbol(),PERIOD_M1,0) >= BalanceTop) {BalanceSignal = 1;}
I get iTime value as date like 2021.05.23 20:00:00 while my other formulas like 1621797632 , please advise what can i do with either of two values to be able to compare the current time & the formulas outputs
to recap , i had a good developer that gifted me RSI function to use it that way:
int RSIind = RSI(PERIOD_CURRENT,RSIprd,PRICE_MEDIAN,1);
I want to be able to pass my variables to your functions to get the results in that easy way
相似订单
Start BUY:- when i click start BUY button new panel should open which should contain bellow points:- Trigger Price Time frame Cross/Close RR ration Trailing Stop ratio Maximum Trade count Risk (percentage or cash) (Option to Increase risk when SL hit) Remove Trigger (True/False ) I will explain above point one by one here bellow •Trigger price :- here we enter price at which when market cross or
I want to check if this indicator is repainting or not Whick mean the results of back testing is legit or not if anyone can help me to review it kindly to well to contact me i will be happy to work and go on long term work with anyone thanks
PrimeFlowEA — v1 Specification Objective: PrimeFlowEA v1 is designed to enforce disciplined, rule-based execution within a single daily trading session. The goal of v1 is correct behavior and execution discipline , not optimization or performance tuning. 1. Market & Time Platform: MetaTrader 5 (MQL5) Symbol(s): User-selectable (single symbol per chart) Execution timeframe: Configurable (default: M5 / M15)
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Trading Bot Executes Trades on Specific Days via TradingView Alerts **As a** trader, **I want** to develop a trading bot that integrates with TradeLocker and MTS, **So that** when a TradingView alert (based on a 2,4,5,10,15,30 minute break and retest strategy whichever one) is triggered first. the bot will execute trades on both platforms, but only on specific days of the week. --- ## Acceptance Criteria 1
Project Description I am looking to collaborate with an experienced MQL5 / algorithmic trading developer who also has hands-on experience with Large Language Models (LLMs) and AI-driven systems. This is a long-term partnership opportunity , not a one-off paid freelance job. I bring 9 years of practical Elliott Wave trading experience , applied in live market conditions. The objective is to translate Elliott Wave
Hello, I’m looking for an experienced MT4 (MQL4) developer to convert the Lucky Reversal indicator from indicatorspot.com into a fully functional Expert Advisor (EA). Project Scope Code an MT4 EA that replicates the exact logic and signals of the Lucky Reversal indicator Trades should open and close automatically based on the indicator’s rules Must match indicator behavior 1:1 (no approximations) EA Requirements MT4
Looking for a developer to develop or provide past expert advisor that can cope with high impact news and high trends. needs to be mt5. Any strategy necessary. need to be able to backtest myself or see past results. Minimum profit per month 30% but needs to be very low drawdown. Can be one shot trade a day or a 1 min scalper ea. I will not be going to telegram to discuss further
specification High-Frequency Candle Momentum Scalper 1. Strategy Overview Core Logic: The EA identifies the current color of the active candle (Bullish or Bearish). Entry Trigger: It opens positions only after a specific duration of the candle has passed (e.g., after 30 seconds on a 1-minute candle) to confirm the direction. 2. Entry Logic (The "Half-Candle" Rule) Timeframe: M1 (Default, but adjustable). Time Filter