My expert want to tweet..

작업 종료됨

실행 시간 35 일
피고용인의 피드백
Very good customer. Thanks.

명시

hi every one

i have an expert that open trades based on PSAR indicator when exceed certain price level...


i want to have some modification on this expert:


1-add a an indicator to the conditions of entry

stochastic   true/ flase

value of stochastic  (changeable)

5

5

time frame of stochastic


2- add time frame of entry( that means if i put time frame as 1MIN but the current chart was daily ,it will enter on 1MIN  regardless of current time frame)


3- send orders to email as follow:

buy usd /cad (pair) at( price) SL( price) TP ( price)


if order closed at SL  :

usd /cad stopped at (price)


if order closed at target:


usd/cad target at (price)

  

if order closed manually or for any other reason :


usd/cad closed at (price)..


4- the past emails will be tweeted by expert to my twitter account ...


thanks...

응답함

1
개발자 1
등급
(64)
프로젝트
144
46%
중재
20
40% / 20%
기한 초과
32
22%
작업중
2
개발자 2
등급
(48)
프로젝트
73
37%
중재
22
9% / 41%
기한 초과
14
19%
작업중
비슷한 주문
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

프로젝트 정보

예산
30 - 50 USD
기한
에서 1  5 일