Hello,
I want to know if you are able to build a Trading Bot based off the concept below? The trading bot concept, trades in micro trades. Builds up
profit over small amounts time and pips, like a high frequency training.
The
time the the bot will uses to trade on is M1 (1 minute trade graphs) I also want to be able to change the stop losses percentage and the type of
currency used.
(Infinite
Loop)
———————————————————————
Buy
If
the price is higher than the price brought, sell.
Else,
stop losses at 6% (account size)
(Repeat
from the start)
An
example would be:
———————————————————————
Set:
BTC/USD, BTC/AUD, USD/EUR
Graph
speed equals M1 (1 minute trade graphs)
Account
size $1000
Set
trade size for BTC/USD: (20%) of account size
Set
stop losses amount for BTC/USD: (6%)
Set
trade size for BTC/AUD: (20%) of account size
Set
stop losses amount for BTC/AUD: (6%)
Set
trade size for USD/EUR: (10%) of account size
Set
stop losses amount for USD/EUR: (3%)
————————————————————————————
Start
————————————————————————————
Buy
(0.000001)BTC/USD
Is
the price higher than the brought price of (0.000001)BTC/USD
If
yes, Sell (0.000002)BTC/USD
(Repeat
from start)
If
no
Hold
until price is higher than brought price (0.000001)BTC/USD but if the price falls below (6%) of the total size of trade, stop losses and sell.
(Repeat
from start)
————————————————————————————
meaning
if the price falls (6%) below the price brought, stop losses and sell.
Benzer siparişler
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
I need a fully automated end-to-end system where a backend continuously runs my deterministic CORE EDGE validator on live market data, generates numeric JSON trade tickets (GO) or alert levels (NO-GO), and automatically pushes those instructions to the MT5 EA for execution. There are no manual signals. ROLE SPLIT (IMPORTANT) Backend (analysis & decision engine): Continuously evaluates live data using my CORE EDGE
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","