Description
This indicator maps your historical deals and opened positions on the chart. Additionally, It displays labels with performance metrics to help you quickly analyze your gains. You can choose to display the performance in pips, account currency, or percentual gain.
What are the key features?
– Cycle between displayed units by holding Quick Switch key and pressing the left mouse button on the chart.
– Display the deal map on any chart type, including Renko.
You might also be interested in:
[PoshTrader] Divergence Spotter
/* -------------------------------------------------------------------------------
*
* [PoshTrader] Deal Map
*
* Copyright (C) 2020, PoshTrader Ltd (https://poshtrader.com)
* PoshTrader reserves the right to modify or overwrite this algo with each release.
*
* https://poshtrader.com/items/ctrader/1042/
*
* -------------------------------------------------------------------------------
*/
using cAlgo.API;
using PoshTrader.Licensing;
namespace cAlgo
{
[Item(1042, "Deal Map", Author = "PoshTrader")]
[Indicator(IsOverlay = true, AccessRights = AccessRights.FullAccess)]
public class RenkoTails : Indicator
{
protected override void Initialize()
{
new ItemLicense(this);
}
public override void Calculate(int index) { }
}
}
Jiri
Joined on 31.08.2015
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: [PoshTrader] Deal Map.algo
- Rating: 4.17
- Installs: 2470
- Modified: 13/10/2021 09:55
Comments
nice ! very handy for analysis
Hi, contact me directly via email. Thanks.
Do you have Skrill account. Payment for your work can be made there also. don't have Paypal.
thank you
///S.Khan
... it doies however create a significant CPU Load once its loaded on serval charts
but still offline analysis makes it alot more easy !