Description
This is a indicator that automatically calculates the lot size when the stop loss line and the risk percent of A/C are fixed.
--new feature
・Auto calculate divide lots
・fixed risk reward ratio
・show/hide button
・click control stop loss take profit line.
YouTube :English
YouTube :Japanese
Price: 10$
Another indicators:
--free--
Upper TF Heikin-ashi Bull Bear
--paid--
MTF OHLCFP Lines Candles Before
cBot:
Auto Calculate Lots V4.0 自動ロット計算
Best Regards
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
namespace cAlgo
{
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
public class AutoCalLotsV2sample : Indicator
{
public override void Calculate(int index)
{
Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
}
}
}
yomm0401
Joined on 11.04.2020
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: Auto Cal Lots V2 sample.algo
- Rating: 5
- Installs: 2469
- Modified: 13/10/2021 09:55
Comments
How do I buy this?
Mr Richard
sorry reply to late.
please make link again.
I can't see now.
Hi, I have bought this Indicator in version 2.1 but profit/loss calculations are strange to me.
See example at link below. Indicator shows
- Stoploss 1.318,5 pips = 384,61 USD (i.e. 1 PIP = 0,29 USD)
- Profittarget 1.002,6 pips = 292,46 USD (i.e. 1 PIP = 0,29 USD)
By cTrader and "Create Order" window
- Stoploss with 1.318,50 pips = 14,24 USD (by 0,01 lot)
- Profittarget with 1.002,6 pis = 10,83 USD (by 0,01 lot)
http://icmarkets.ctrader.com/c/40Pvn
Can you double check, please?
Thanks
Richard
how i can buy?