SCANNER FOR MT5

MQL5 지표 Forex C++ Python C# JavaScript Java

작업 종료됨

실행 시간 3 일

명시

I would like a scanner or a dashboard for mt5 please in ex5 and mq5 file

You will understand all in the file in attachment 

Thanks a lot in advance 

파일:

ZIP
H1.png.zip
52.0 Kb

응답함

1
개발자 1
등급
(153)
프로젝트
237
33%
중재
20
45% / 30%
기한 초과
2
1%
작업중
2
개발자 2
등급
(211)
프로젝트
313
34%
중재
63
37% / 38%
기한 초과
100
32%
로드됨
3
개발자 3
등급
(849)
프로젝트
1452
72%
중재
121
29% / 47%
기한 초과
356
25%
로드됨
게재됨: 3 기고글
비슷한 주문
VICTOIRE MASTERCLASS 30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;

프로젝트 정보

예산
30+ USD
기한
 1 일