Python
EA
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Panels and dialog boxes
C#
Python
Stocks
Custom graphics
Futures
MySQL
JavaScript
Product Design
Options
Java
Collection of data on the internet
SQL
PHP
HTML
Uploading data to a website
Data mining
Text writing
Text translation
OpenCL
ALGLIB
PostgreSQL
Linux
Photoshop
R
RegExp
명시
Hello, same as title. I do not care about the drawdown I just need a trading strategy that can do 100% return per month return, simple as that. It would be nice if it can be automated into a bot/EA. Most important is the return of at least 100% per month!!! The strategy you provide need to be tested and work fine and have been doing well in the live market by you or someone for a long time. To be clear again - I need a trading strategy that can do 100% return per month. Drawdown don’t matter. Thank you! /Dan
응답함
1
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
2
등급
프로젝트
58
59%
중재
4
0%
/
25%
기한 초과
1
2%
무료
3
등급
프로젝트
3
0%
중재
4
25%
/
25%
기한 초과
0
작업중
4
등급
프로젝트
20
10%
중재
4
50%
/
50%
기한 초과
5
25%
무료
비슷한 주문
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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+ USD