Algo Trading

Automated Trading Without Programming

TradeSenseTM combines simple English with common trading terms for the easiest algo trading on the planet. Forget trying to learn a programming language such as Python or C#. With TradeSenseTM, you can develop an algo trading strategy simply by combining English with common trading terms.

Trade NavigatorTM

TradeSenseTM

Close < MovingAvg (Close, 18)

TradeStationTM

EasyLanguageTM

Inputs: Price(Close), Length(18);
IF Price < AverageFC(Price, Length) Then
    Begin
        PlotPaintBar(High, Low, "P<MovAvg");
    End
Else Begin
    NoPlot(1);
    NoPlot(2);
End;

eSignalTM

eSignal Formula ScriptTM

var vEMA10 = new MAStudy (18, 0 , "Close", MAStudy.SIMPLE);
function preMain() {
    setPriceStudy(true);
    setStudyTitle("Compare1");
    setCursorLabelName("Data", 0);
    setDefaultBarStyle(PS_SOLID, 0);
    setDefaultBarFgColor(Color.red, 0);
    setDefaultBarThickness(1, 0);
    setPlotType(PLOTTYPE_LINE, 0);
}
function main() {
    if (close() < vEMA10.getValue (MAStudy.MA)) {
        onAction1();
    }
}
function postMain() {
    function onAction1() {
        setPriceBarColor(Color.RGB(155,0,0));
    }
}

Trade NavigatorTM

TradeSenseTM

Underlying Language:
English

NinjaTraderTM

NinjaScriptTM

Underlying Language:
C#

TradeStationTM

EasyLanguageTM

Underlying Language:
Pascal

QuantopianTM

 

Underlying Language:
Python

QuantConnectTM

 

Underlying Language:
C#, F#, Python

AmiBrokerTM

AmiBroker Formula LanguageTM

Underlying Language:
C

MetaTraderTM

 

Underlying Language:
MQL4, MQL5, C++

Stay In The Know

Don't miss out on another opportunity, subscribe to our mailing list! You'll be the first to know about new products we release, upcoming events, and special promotions.

* indicates required
Live Chat