See the document


Request for translation of code system
and indicator from Pine Editor Language (scrip language from Tradingview.com)
to MT4.
1. Translation of ANNSYSTEM ( an Expert
system by itself)
2. Translation of CM_Ult_MacD
3. Adding money management to item #1
4. Integrating a Robot (ES) using items
1,2,and 3.
These are
the 4 required tasks.
The code for
each is included and a partial translation to MT4 language that is not
currently working but serves as an example.
Each point
will be detailed below.
1.-
ANNSYSTEM CODE ( Pine Language).
//@version=2
strategy("ANN
Strategy")
threshold =
input(title="Threshold", type=float, defval=0.0014, step=0.0001)
getDiff()
=>
yesterday=security(tickerid, 'D', ohlc4[1])
today=security(tickerid, 'D', ohlc4)
delta=today-yesterday
percentage=delta/yesterday
PineActivationFunctionLinear(v)
=> v
相似订单
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Good morning, I have a Gap Fill strategy and a 10 min opening range break strategy that trade on RTH ES Futures data I have been working on that seem to have some bugs while live trading. They have both been coded by ChatGPT so I would like someone that know how to properly code a strategy to go over each to proof and debug them. Would you be able to do this and could you possibly add some context or features that