- Search Metals Mine
-
ForexSamsam replied Jan 14, 20152 reduce the risk, i suggest to increase the buying threshold with the number or trade. Something like 10-10-10-10-11-12-13-15-18-23-31-44-65-99 ..... i use fibo sequence for N >5 This will limit buy and move the average nearest the actual price.
Matrix Grid Trading Community Edition
-
ForexSamsam replied Jan 8, 2015i'm asking to myself several time a day "what is my value" The best response i get is : Nothing
Matrix Grid Trading Community Edition
-
ForexSamsam replied Jan 8, 2015Here very simple base of implement Backtesting in Pyhon, i use Mysql Database, i load Ticks into its import pandas as pd import numpy as np import matplotlib.pyplot as plt from sqlalchemy import create_engine from datetime import * from Fonctions ...
Python Trader code and skills sharing
-
ForexSamsam replied Jan 8, 2015i dont think your community trend is making any difference.. Simple EMA or SMA on H4, is making same result.. You can try in reverse market for fun, juste to know how many N trade you will get to close. In your trade list, il dont see more than 7 ...
Matrix Grid Trading Community Edition
-
ForexSamsam replied Jan 7, 2015Is not too heavy to backtest this i guess .. give me a couple of week.. i will try it in my free time Do you want to use GBPUSD ? we can use any other ... i get the data here : url
Python Trader code and skills sharing
-
ForexSamsam replied Jan 7, 2015What is the highest number or trade did you get before the TP is reach ? If your going out of units, what is your recommendation ?
Matrix Grid Trading Community Edition
-
ForexSamsam replied Jan 5, 20153 pairs here : url 3 pairs is more stable than 2 pairs, is like a triangle, they always close together
Hedge and Correlation Strategy
-
ForexSamsam replied Jan 2, 2015To minimize loss, i thing you need to adapt Zscore to a 3 pairs Hedges system.
Hedge and Correlation Strategy
-
ForexSamsam replied Jan 2, 2015yes i use ticks on vmbox not on pi, too much data for a pi.. Learning machine , im skeptical.. learning what ? and how ?
Python Trader code and skills sharing
-
ForexSamsam replied Jan 1, 2015Did you try it with Pandas ? url Very fast execution and cool list transaction. You can easily change the sampling from ticks. lastA = i_dfA['last'].resample('5Min', how='ohlc') or any sampling you want. i think the biggest delay in a complex ...
Python Trader code and skills sharing
-
ForexSamsam replied Dec 27, 2014The trend just like a short/long ratio in percent .. i guess .. you can't not backtest because you dont have the history for this ratio... You trading system is something like : Fractal Detection coupled with short/long ratio
Matrix Grid Trading Community Edition
-
ForexSamsam replied Dec 27, 2014i dont trust any .exe on my system..
Matrix Grid Trading Community Edition
-
ForexSamsam replied Dec 21, 2014actuallly i use a raspy with 4 trading program in same time without any problem. 2 program with H4 and the others with M5. I use Screen to switch between EA. If you interest i can share a debian image with ererythink you need to try.
Python Trader code and skills sharing
-
ForexSamsam replied Dec 16, 2014For (T*U)/(V*W), did you use H1 ? in a day we have 24 values of ohlc ? did you make a average ?
EURUSD Trader's Journal
-
ForexSamsam replied Dec 16, 2014I dont trust "magic formula".. Please explain a little bit more.. You counting ohlc to determine your SL ?
EURUSD Trader's Journal
-
ForexSamsam replied Dec 14, 2014For donchian juste use Max, Min in python with numpy array. For moving average, i use Talib.SMA(20) url
Python Trader code and skills sharing
-
ForexSamsam replied Dec 14, 2014You dont need to learn python, just try it.. it so intuitive
Python Trader code and skills sharing
-
ForexSamsam replied Dec 14, 2014Yes i use 2 raspberrypi ! Low power high stability (ups on its). Raspy + Python + Oandapy ==> This setup is very versatile This setup is very versatile and works very well
Python Trader code and skills sharing
-
Python Trader code and skills sharing
Started Dec 7, 2014|Platform Tech|60 replies
This room is for Python Forex traders. I use Python and Talib for trading and Pandas for ...
-
ForexSamsam replied Nov 13, 2014I try this with a limit order before enter. on hourly chart For long, i set close price - 7.5 pips before enter. For Short, same but positif. I also use +15pips TP and -30pips SL On EUR_USD, i get near 75% succes !
Simple "Make Pips" Strategy