🌟 New Year Offer 🌟
Celebrate 2025 with 30% OFF on all products! Use code: NEWYEAR2025. Hurry, offer ends soon!
610 Functions Explained with the Debugger,610 Variables/Data Types, Object-Oriented Programming Fundamentals: Structures, Classes, What is a Script? and How do we Make one?
JimDandy – Mql4 Courses
The Course
Module 1
Module 1 | The Basics |
Unit 1 | Take a Look Around “New” MetaEditor |
Unit 2 | Precompiler Lines & the FrameWork of Our Code |
Module 2 | 610 Functions Explained, and the Debugger |
Unit 1 | How to Write a Function |
Unit 2 | A Function |
Unit 3 | Debugger |
Module 3 | 610 Variables & Data Types |
Unit 1 | Variables & Data Types |
Unit 2 | Integers, Bytes, Bits? How a computer stores numbers |
Unit 3 | Keep Time With OnTimer and DateTime() |
Unit 4 | Working with the Color Integer Type Data Type |
Unit 5 | We can create our own integer data types with enumerations |
Unit 6 | Boolean Type Integers |
Unit 7 | Floats and Doubles as well as Strings |
Unit 8 | Global Scope, Local Scope, and Static Variables |
Unit 9 | Is it input or extern? |
Module 4 | Operation |
Unit 1 | Arithmetic Operations |
Unit 2 | Assignment Operations |
Unit 3 | Relationship Operations |
Unit 4 | Boolean Operations |
Unit 5 | Ternary Operator |
Unit 6 | Switch operator |
Unit 7 | Loop operators for While and Do While |
Unit 8 | For Loop Operator |
Module 5 | Object Oriented programming basics: Structures and classes |
Unit 1 | Structures |
Unit 2 | Structures…Classes…Necessary? |
Unit 3 | Constructors |
Unit 4 | Destructors |
Unit 5 | Classes, setters, and getters |
Unit 6 | Encapsulation, Extensibility, Overloading, PolyMorphism? |
Unit 7 | The following instructions can be used: Mql4 Wizard to Create a Class |
Unit 8 | Inheritance |
Unit 9 | OOP Conclusion & Commentary |
Module 2
Module 1 | What is a Script? And How Can We Make One? |
Unit 1 | What is a script? |
Unit 2 | Daily Range Script |
Module 2 | MessageBox is a useful tool |
Unit 1 | Introduction to MessageBox |
Unit 2 | Message Box Flags |
Unit 3 | #Defines and Hexadecimal System |
Unit 4 | Use MessageBox to Choose Your Path |
Module 3 | Get our attention with email and push notifications |
Unit 1 | Sounding an alert |
Unit 2 | Push and email notifications |
Module 4 | Knowledge is Power (Gathering Information). |
Unit 1 | Gathering Information using Pre-Defined Variables |
Unit 2 | MarketInfo() Part 1 Function |
Unit 3 | MarketInfoFunction() Part2 |
Unit 4 | AccountInfo |
Module 5 | Order Management using Scripts |
Unit 1 | Sending orders with scripts |
Unit 2 | Modification Order |
Unit 3 | Our Code has an error checking feature |
Unit 4 | Placing Pending Orders |
Unit 5 | Explained: Buying/Selling scripts and Point/Pip |
Unit 6 | Drag and Drop Scripts |
Unit 7 | Deleting Pending Orders |
Unit 8 | To Delete Orders, use a For Loop |
Unit 9 | Closing Market Orders (Trades) |
Module 3
Module 1 | The Indicators and the Arrays that Make Them Possible |
Unit 1 | Custom Indicator Introduction |
Unit 2 | The Simplest Indicator & Where It Comes from |
Unit 3 | Series Arrays |
Unit 4 | Explained: Array Functions |
Module 2 | How to write the code for an indicator |
Unit 1 | How indicators become part of the chart. |
Unit 2 | Setting the Indicator Display at a Particular Place on the Chart |
Unit 3 | The new OnCalculate Function |
Unit 4 | Drawing with Loops and an Array Out of Range |
Unit 5 | Putting Logic Into Our Indicator |
Module 3 | Moving the Indicator to a Separate Windows |
Unit 1 | Putting An Indicator in a Separate Window |
Unit 2 | Instead of using Pre, OnInit can be used to set properties.-Compiler Lines. |
Module 4 | Working with Technical Indicators |
Unit 1 | Technical Indicators Can Save a Lot Of Coding |
Unit 2 | Let’s make a MA |
Unit 3 | MaCross Graphics Installation |
Unit 4 | MaCross Logic Installation |
Module 5 | Controls for Our Indicators |
Unit 1 | Our MA Cross Signal: Setting Up |
Unit 2 | Bollinger Band Signals |
Unit 3 | Part 1: Fixing an Array Out Of Range |
Unit 4 | Part 2: Fixing Array Outof Range |
Unit 5 | Inscribing the Notifications |
Module 6 | Combining Indicators into One Signal |
Unit 1 | Bollinger Stochastic Combo Part 1. |
Unit 2 | Bollinger Stochastic Combo Part II |
Module 7 | How to Call a Custom Indicator |
Unit 1 | Calling Custom Indicators Part 1 |
Unit 2 | Calling Custom Indicators Part 2 |
Unit 3 | Calling Custom Indicators Part 3 |
Module 8 | Multi-Special-Macd Indicator Colored Full Adjustable |
Unit 1 | Our Oscillator Part 1 |
Unit 2 | Our Oscillator Part 2 |
Unit 3 | Our Oscillator Part 3 |
Unit 4 | Our Oscillator Part 4 |
Module 4
Module 1 | It’s idiot proof and you can control access |
Unit 1 | Start at the Beginning |
Unit 2 | Check Out Our Settings |
Unit 3 | Password protection |
Unit 4 | Your Expert Can Close Itself |
Unit 5 | Code that will expire. |
Module 2 | The Basic Foundation |
Unit 1 | The Mandatory Components in a Basic EA |
Unit 2 | Review of the Basic Components |
Module 3 | Using iCustom To Call your Indicator |
Unit 1 | How to Call a Custom Indiator with iCustom() |
Unit 2 | Calling with Custom Parameters |
Unit 3 | Multiple TimeFrame Probleme |
Unit 4 | DEMA EA and Custom Indicator Tool |
Unit 5 | Practice Your Trigger Coding |
Module 4 | Adding more functionality to our basic EA |
Unit 1 | Auto-How to generate our MagicNumbers |
Unit 2 | Add Move to BreakEven |
Unit 3 | Adding a trailing stop |
Unit 4 | Add a candle (Swing high/low) to your stop |
Unit 5 | Stoploss Coding Issues Solved |
Unit 6 | Moving Indicator Code Into Our Expert Advisor |
Module 5 | Controlling Trades’ Opening and Closing |
Unit 1 | Limiting Orders and Verifying if Hedging is Allowable |
Unit 2 | Closing on Opposite Signal |
Unit 3 | Closing Trades on a FIFO Compliant Platform |
Module 6 | Martingaling Two-Edged Sword |
Unit 1 | Martingaling |
Unit 2 | Part 1: Market Trapper |
Unit 3 | Part 2: Market Trapper |
Module 7 | Controlling a sequence of trades |
Unit 1 | Trade comments to identify trades |
Unit 2 | How to Know When to Stop Trading |
Unit 3 | A Monitor on Screen to Check Our Situation |
Unit 4 | Set lotsize for each trade in the Sequence |
Module 8 | Basket trading |
Unit 1 | Basket Trading |
Here’s what you’ll get in JimDandy – Mql4 Courses
JimDandy – Mql4 Courses : Sample
Course Features
- Lectures 1
- Quizzes 0
- Duration Lifetime access
- Skill level All levels
- Students 0
- Assessments Yes