Can we possibly make codes for indicators on notepad?

4 Views
Ross Middleton
Answered 2 years, 4 months ago
<p id="isPasted">Yes, it is possible to write code for indicators used in forex trading using a simple text editor like Notepad. However, to implement and use those indicators within a forex trading platform, you would typically need to use a programming language and development environment supported by the trading platform.</p><p>For example, MetaTrader, a popular trading platform used by many forex traders, supports indicator development using the MQL (MetaQuotes Language) programming language. MQL is specifically designed for developing custom indicators, expert advisors (automated trading systems), and scripts for use within the MetaTrader platform.</p><p>To create an indicator in MQL using Notepad, …</p>
3 Views
Willis Holt
Answered 4 days, 3 hours ago
<p id="isPasted">Yes, you can use a plain text editor like Notepad (or the more advanced Notepad++) to write code for indicators.&nbsp;</p><p>Notepad is a simple text editor, so while you can write the code there, you will need a separate platform or environment to run and display the indicators.&nbsp;</p><p><strong>How to Write Code in Notepad</strong></p><ul><li>Open Notepad: Find and open the basic Notepad application on your Windows PC.</li><li>Write Your Code: You can write code in any programming language (e.g., Python, VBScript, HTML, C++).</li></ul><ol><li>For indicators, the code would likely be for a specific platform like MetaTrader 4 (MT4) or another …</li></ol>